home *** CD-ROM | disk | FTP | other *** search
- on(press){
- _root.txt_number = 1;
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 40 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Hey, that\'s a great idea. I\'ll have a girlfriend in no time... in JAIL! ARE YOU NUTS?";
- }
- else if(_root.micon._currentframe == 41 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I don\'t think I want to make Principal Hoggard cry.";
- }
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I donΓÇÖt think it would be a good idea to wake him right now.";
- }
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Principal Hoggard is taking a nap. Good to know our school is run by him...";
- }
- if(_root.micon._currentframe == 4 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I donΓÇÖt think it would be a good idea to wake him right now.";
- }
- }
- }
-